home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TOS Silver 2000
/
TOS Silver 2000.iso
/
programm
/
GNUC
/
UTIL-41S.LZH
/
util-41
/
cross-inc
/
stab.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1998-09-12
|
296 b
|
23 lines
#ifndef __GNU_STAB__
#define __GNU_STAB__
#if defined(__cplusplus)
extern "C" {
#endif
#define __define_stab(NAME, CODE, STRING) NAME=CODE,
enum __stab_debug_code
{
#include "stab.def"
LAST_UNUSED_STAB_CODE
};
#undef __define_stab
#if defined(__cplusplus)
}
#endif
#endif /* __GNU_STAB_ */